| GUI Help > General > windowHandle | ||||||||||||||
|
windowHandle |
||||||||||||||
| int handle=windowHandle(handle gadget) | ||||||||||||||
|
Description: Returns Windows' own handle for the specified gadget. Each gadget has a window handle assigned to it by Windows. This handle is used internally by the plugin to manipulate the gadget. The window handle will only be needed by more advanced users, but can be useful if you wish to directly manipulate the gadget using the Windows API commands (via the CALL DLL function). |
||||||||||||||
|
Return Value: Window handle of the specified gadget |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |